AOnScrollChangeListener
Complete API reference for AOnScrollChangeListener, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Android Views
Component: no
public class AOnScrollChangeListener
Methods
| Signature | Returns | Description |
|---|---|---|
onScrollChange(View, int, int, int, int) | void | Performs the onScrollChange operation using the provided parameters (v, scrollX, scrollY, oldScrollX, oldScrollY). |
onScrollChangeEvent(View, int, int, int, int) | void | Executes onScrollChangeEvent and returns after the underlying engine call finishes. |